Click or drag to resize

Tuple Constructor (String, Status)

Initializes a new instance of the Tuple class with the specified ID and status.

Namespace:  Independentsoft.Sip.Presence
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public Tuple(
	string id,
	Status status
)

Parameters

id
Type: SystemString
status
Type: Independentsoft.Sip.PresenceStatus
See Also